transformation.su_transformationplugin.listeners
Class CheckBoxListener

java.lang.Object
  extended by transformation.su_transformationplugin.listeners.CheckBoxListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class CheckBoxListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
CheckBoxListener(java.awt.Component[] components)
          Stores references for the components of a panel showing partial association tags
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckBoxListener

public CheckBoxListener(java.awt.Component[] components)
Stores references for the components of a panel showing partial association tags

Parameters:
components - Components of the panel containing checkboxes
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent action)
Specified by:
actionPerformed in interface java.awt.event.ActionListener